ColorModel

public interface ColorModel<T extends PrintSettings>

Allows configuring the color model for printing.

Implemented by concrete PrintSettings implementations that support changing the color model.

Since

7.13

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
public abstract ColorModel colorModel()
Returns the color model used by the printer.
public abstract T colorModel(ColorModel colorModel)
Configures the colorModel for printing.